Skip to main content

DeleteWhiteList

Description

Delete the specified whitelist record.

Request Method

POST

Request Path

/apsara/route/Ddosprivate/DeleteWhiteList

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
regionIdBODYstringYesNo sample value for this parameter.region id
IdBODYintegerYesNo sample value for this parameter.whitelist record ID.
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstringno demo valuerequest ID.

Example

Successful Response example

{
"RequestId":"no demo value"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}